home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / check.swf / scripts / DefineSprite_62 / frame_1 / DoAction.as
Text File  |  2011-01-13  |  358b  |  16 lines

  1. stop();
  2. this.onRelease = function()
  3. {
  4.    if(_root.kxxxx == 0)
  5.    {
  6.       if(_root.activePiece[1] == null)
  7.       {
  8.          this._alpha = 30;
  9.          PXPos = Math.round((this._y - 50) / 40 + 1);
  10.          PYPos = Math.round((this._x - 50) / 40 + 1);
  11.          _root.activePiece[1] = PXPos;
  12.          _root.activePiece[2] = PYPos;
  13.       }
  14.    }
  15. };
  16.